statement n. 1.陳述,聲明,聲明書。 2.【法律】供述;交待。 3.【商業(yè)】貸借對照表;(財務)報告書。 Statements should be based on facts. 說話要有根據(jù)。 prepare an official statement 準備一項正式說明。 make a detailed statement of profit and loss 出具詳細的損益計算書。 issue a statement 發(fā)表一個聲明。 a random statement 胡亂的供詞。 a bank statement 銀行報告單[結(jié)單]。
switch n. 1.(樹上折下的)細樹枝;軟鞭子;鞭打。 2.假發(fā);(尾巴上的)毛簇。 3.〔美國〕【鐵道】道岔扳子,軌閘轉(zhuǎn)轍器;側(cè)線。 4.【電學】開關(guān);電閘;電鍵;轉(zhuǎn)換器;【電話】接線臺。 5.【軍事】斜行壕。 6.(思想等的)大轉(zhuǎn)變。 7.〔美國〕(金融機構(gòu)和銷售店的)電腦化聯(lián)網(wǎng)。 a change-over switch 轉(zhuǎn)換開關(guān),轉(zhuǎn)向開關(guān)。 a pull switch 拉線開關(guān)。 a three wire switch 雙聯(lián)開關(guān)。 a time switch 定時斷路器。 a clock switch 定時開關(guān)。 a line switch (自動電話的)尋線機,預選器;線路開關(guān)。 vt. 1.鞭打;擺動;搖(尾);猛然搶去。 2.掛斷(…的電話)(switch sb. off);關(guān)閉(電流),關(guān)(電燈) (off; out)。 3.通(電流),接通(電話給某人),開(電燈) (on)。 4.改變,轉(zhuǎn)變(思想、談話等);【鐵道】給扳道岔;調(diào)配(車廂)。 vi. 1.鞭打。 2.【鐵道】扳道岔;調(diào)車。 3.掛斷電話 (off)。 4.轉(zhuǎn)換,轉(zhuǎn)變。 switch an electric light on [off] 開[關(guān)]燈。 switch off to another like of thought 改變想法[思路]。 Let's switch. 〔美國〕走吧;開動吧。 I'll be switched. 〔美口〕〔表示否定、驚訝〕(I'll be switched if you do. 你要是能的話我就把頭砍掉)。 switch off [on] 不收聽[收聽](某一廣播)。 switch through 【電信】轉(zhuǎn)接。
Enumeration types may be used in a switch statement 枚舉類型可用于switch語句中。
This value can then be pulled out of the switch statement 然后,可從switch語句取出此值。
Is most useful prior to switch statements and or conditional expressions 最適合用在switch語句和/或條件表達式之前。
Alter table permissions apply to both tables involved in an alter table switch statement Alter table權(quán)限適用于alter table switch語句涉及的兩個表。
This is part of a large switch statement that enumerates each method ; this will become important later 這是一個列舉每種方法的龐大switch語句中的一部分,這些內(nèi)容待會就變得很重要。
Conditional branch optimization with the value probes , profile - guided optimizations can find if a given value in a switch statement is used more often than other values 條件分支優(yōu)化使用值探測,按配置優(yōu)化可確定switch語句中的給定值是否比其他值更常用。
Enumerations should be well known to c programmers , and the new enumeration facility allows you to define type - safe enumerations you can use as labels in switch statements and iterate over safely without the " brittle client " problem that occurs when you try to implement enumerations with integer constants 列舉應為c編程人員熟知,新列舉工具允許您定義您可以在switch語句中用于作為標記的類型安全列舉并安全迭代,且不會出現(xiàn)當您嘗試使用整數(shù)常量來實施列舉時發(fā)生“脆弱的客戶機”問題。
百科解釋
In programming, a switch, case, select or inspect statement is a type of selection control mechanism that exists in most imperative programming languages such as Pascal, Ada, C/C++, C#, Java, and so on. It is also included in several other types of languages.